2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-21 17:35:55 +01:00

Add .gitignore file

Currently Python bytecode files (.pyc) and the compiled
Waf executable are ignored. This cleans up 'git status' output
a lot.
This commit is contained in:
Krzysztof Kosiński 2011-10-26 18:46:12 +02:00
parent 01b821fbc3
commit ddd3a022a2

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.pyc
waf