Skip to content

Commit c0435f6

Browse files
jfsmigfvennetier
authored andcommitted
git: Ignore patterns of generated files
1 parent 3875d46 commit c0435f6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/.idea
2+
/cmake-build-debug
3+
**.so
4+
**.la
5+
**.o
6+
7+
gridinit
8+
gridinit_cmd
9+
10+
**/CMakeCache.txt
11+
**/CMakeFiles
12+
**/install_manifest.txt
13+
**/Makefile
14+
15+
vendor/libdill/**

0 commit comments

Comments
 (0)