I've noticed that my build runs python on source files, and python
automatically creates a compiled python file next to the source file.
Consequently, after a build git reports untracked files:
# On branch master
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# CoProcessing/CoProcessor/Testing/Cxx/PythonScriptTest.pyc
# Servers/ServerManager/Testing/Python/SMPythonTesting.pyc
nothing added to commit but untracked files present (use "git add" to track)
Does it make sense to add and check in a .gitignore file to ignore all .pyc
files?
-Ken
**** Kenneth Moreland
*** Sandia National Laboratories
***********
*** *** *** email: [email protected]
** *** ** phone: (505) 844-8919
*** web: http://www.cs.unm.edu/~kmorel
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the ParaView Wiki at:
http://paraview.org/Wiki/ParaView
Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview