Skip to content

Commit db38016

Browse files
committed
Add .gitignore file
1 parent 07ec56d commit db38016

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.gitignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# ignored files #
2+
#################
3+
4+
### Text files ###
5+
# all .txt files that can be used to test output
6+
*.txt
7+
# all .swp swap files
8+
*.swp
9+
# all .o files (object files) that are created during compilation
10+
*.o
11+
*.so
12+
# all .bin files that are used for data
13+
*.bin
14+
15+
### Utility files ###
16+
# all .m files that are used for importing data to MATLAB
17+
*.m
18+
# all .sh scripts
19+
*.sh
20+
21+
### Program ###
22+
knnTest

0 commit comments

Comments
 (0)