mirror of
https://github.com/tmate-io/tmate.git
synced 2024-12-24 15:48:58 +01:00
Add .gitignore
Tell git not to consider certain files, such as object files.
This commit is contained in:
parent
3ad812cbd5
commit
1f29f6ac4d
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
*.o
|
||||||
|
*~
|
||||||
|
.deps/
|
||||||
|
aclocal.m4
|
||||||
|
autom4te.cache/
|
||||||
|
config.log
|
||||||
|
config.status
|
||||||
|
etc/
|
||||||
|
tmux
|
Loading…
Reference in New Issue
Block a user