Traitement-signal-plantes/.gitignore

97 lines
1 KiB
Plaintext
Raw Permalink Normal View History

2022-03-18 14:18:47 +01:00
*.TXT
2022-04-07 17:31:01 +02:00
*.png
*.exe
2022-06-17 17:42:09 +02:00
*.csv
*.png
*.dia
2022-06-17 17:42:09 +02:00
Code-C/main
2022-06-21 15:13:10 +02:00
Code-C/exect
Code-C/ctest
Code-C/DartConfiguration.tcl
2023-05-03 09:14:11 +02:00
Code-C/tsl
2022-06-21 15:13:10 +02:00
2022-06-17 17:42:09 +02:00
Makefile
2023-06-02 13:03:20 +02:00
.vscode
2022-06-17 17:42:09 +02:00
# Created by https://www.toptal.com/developers/gitignore/api/cmake,c
# Edit at https://www.toptal.com/developers/gitignore?templates=cmake,c
### C ###
# Prerequisites
*.d
# Object files
*.o
*.ko
*.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
2023-05-09 13:37:36 +02:00
*/Executable
2022-06-17 17:42:09 +02:00
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf
### CMake ###
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
2023-06-01 17:22:38 +02:00
build
2022-06-17 17:42:09 +02:00
### CMake Patch ###
# External projects
*-prefix/
2023-05-09 13:37:36 +02:00
### DataFiles ###
*/RawDataFiles
2022-06-17 17:42:09 +02:00
# End of https://www.toptal.com/developers/gitignore/api/cmake,c