File: .gitignore

package info (click to toggle)
stellarsolver 2.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 34,112 kB
  • sloc: ansic: 31,587; cpp: 15,103; python: 186; sh: 74; pascal: 67; perl: 9; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 383 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
CMakeLists.txt.user*

# Projectile tags
TAGS
.vscode/

# Ignore build directory
build/
build-*/

# Gedit backup files
*~
*.orig

.cmake
nbproject/
.directory
CMakeCache.txt
*_automoc.cpp
*autogen/
unitybuild_*.c*
*.a
*.so.*
*.so
Makefile
moc_*.cpp
CMakeFiles
cmake_install.cmake
CTestTestfile.cmake
Testing
doxygen_warnings.txt
documentation
*.cbp
install_manifest.txt
.idea
*.kdev4