mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-22 13:33:52 +03:00
Add .gitignore file
When you want to see 'git status' including ignored files run: git status --ignored
This commit is contained in:
parent
1abee8aafc
commit
62f4f85f7c
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
*.a
|
||||
*.o
|
||||
*.pyc
|
||||
.xmlrpc_test/
|
||||
.sconsign.dblite
|
||||
share/man/*.gz
|
||||
src/im_mad/collectd/collectd
|
||||
src/scheduler/src/sched/.xmlrpc_test/
|
||||
src/scheduler/src/sched/mm_sched
|
||||
src/sunstone/locale/languages/*.js
|
||||
src/mad/utils/tty_expect
|
||||
src/nebula/.xmlrpc_test/
|
||||
src/nebula/oned
|
Loading…
Reference in New Issue
Block a user