Skip to content

Commit e2e1e84

Browse files
committed
Add .gitignore
1 parent 3219898 commit e2e1e84

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# CMake build directories
2+
/build/
3+
/CMakeFiles/
4+
/CMakeCache.txt
5+
6+
# Output binaries and libraries
7+
*.o
8+
a.out
9+
10+
# Generated files
11+
Makefile

0 commit comments

Comments
 (0)