Skip to content

Commit

Permalink
Add files generated by build-c to gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
luleyleo committed May 23, 2022
1 parent 6ec4641 commit 3aab2c2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
VERSION
REVISION

# build files
__pycache__
*.o
5 changes: 5 additions & 0 deletions code-experiments/build/c/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
coco.c
coco.h
example_experiment
Makefile
Makefile_win_gcc
2 changes: 2 additions & 0 deletions code-experiments/examples/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
coco.c
coco.h

0 comments on commit 3aab2c2

Please sign in to comment.