fscanary/.gitignore

52 lines
487 B
Plaintext
Raw Normal View History

2017-06-22 01:35:22 -04:00
# C++
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# CMake
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
2017-06-22 01:36:23 -04:00
cmake-build-debug/
2017-06-22 01:37:46 -04:00
.idea/
2017-06-22 14:54:37 -04:00
build/
x64/
2017-11-13 13:39:13 -05:00
fscanary.dir/
/.project