Skip to content

Commit 96fd43d

Browse files
committed
Git ignore executables, objects, logs, and vim swap files
1 parent 56167cd commit 96fd43d

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Ignore executables
2+
CRTS_UE
3+
CRTS_controller
4+
CRTS_interferer
5+
TUN
6+
config_CEs
7+
post_process_logs
8+
9+
# Ignore VIM swap files
10+
*.swp
11+
12+

lib/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Ignore object files
2+
*.o

logs/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Ignore log files
2+
*

src/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#Ignore VIM Swap files
2+
*.swp

0 commit comments

Comments
 (0)